Inc(orporate) new mail (no arg) or scan a MH mail box (arg given).
This front end uses the MH mail system, which uses different conventions
from the usual mail system." (interactive "P") (byte-code "ÁÂ ÃÄ! Å " [arg nil mh-find-path call-interactively mh-visit-folder mh-inc-folder] 4))
(defun mh-smail nil "\
Compose and send mail with the MH mail system." (interactive) (byte-code "ÀÁ ÂÃ!" [nil mh-find-path call-interactively mh-send] 3))
(defun mh-smail-other-window nil "\
Compose and send mail in other window with the MH mail system." (interactive) (byte-code "ÀÁ ÂÃ!" [nil mh-find-path call-interactively mh-send-other-window] 3))
(defun mh-burst-digest nil "\
Burst apart the current message, which should be a digest.
The message is replaced by its table of contents and the letters from the
digest are inserted into the folder after that message." (interactive) (byte-code "ÄÅÁ!Æ
Copy specified MESSAGE(s) to another FOLDER without deleting them.
Default is the displayed message. If optional prefix argument is
provided, then prompt for the message sequence." (interactive (byte-code " ÂÃÁ\" ÄÁ!ÅÆÇÁ#E" [current-prefix-arg t mh-read-seq-default "Copy" mh-get-msg-num mh-prompt-for-folder "Copy to" ""] 8)) (byte-code "ÇÈÉ
ÊË& Ì
Í# Î
Í#" [current-prefix-arg t msg-or-seq mh-current-folder dest prefix-provided mh-cmd-note nil mh-exec-cmd "refile" "-link" "-src" mh-notate-seq 67 mh-notate] 7))
(defun mh-delete-msg (msg-or-seq) "\
Mark the specified MESSAGE(s) for subsequent deletion and move to the next.
Default is the displayed message. If optional prefix argument is
given then prompt for the message sequence." (interactive (byte-code " ÂÃÁ\" ÄÁ!C" [current-prefix-arg t mh-read-seq-default "Delete" mh-get-msg-num] 3)) (byte-code "ÃÄ
Mark the specified MESSAGE(s) for subsequent deletion.
Default is the displayed message. If optional prefix argument is
provided, then prompt for the message sequence." (interactive (byte-code " ÂÃÁ\" ÄÁ!C" [current-prefix-arg t mh-read-seq-default "Delete" mh-get-msg-num] 3)) (byte-code "ÃÄ
! Å
! ÆÅ
\"" [current-prefix-arg t msg-or-seq nil numberp mh-delete-a-msg mh-map-to-seq-msgs] 5))